projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bf5c2a
)
* src/xterm.c (handle_one_xevent): Fix use of wrong motion structure.
author
Po Lu
<luangruo@yahoo.com>
Tue, 15 Mar 2022 02:24:13 +0000
(10:24 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 15 Mar 2022 02:24:13 +0000
(10:24 +0800)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 71c0bd3dcd541813cbd1656443e6c8d8dcc3e5d0..b198dab983aff331a5c340b581519134433a6a27 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-11286,7
+11286,7
@@
handle_one_xevent (struct x_display_info *dpyinfo,
last_mouse_window = window;
}
- if (!x_note_mouse_movement (f, &
event->
xmotion))
+ if (!x_note_mouse_movement (f, &xmotion))
help_echo_string = previous_help_echo_string;
}
else